home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / zabezpeceni / fortknox / fk-setup_cz.exe / {app} / FortKnox.mof < prev    next >
Text File  |  2006-02-27  |  2KB  |  60 lines

  1. //**************************************************************************
  2. //* File: FortKnox.mof
  3. //**************************************************************************
  4.  
  5. //**************************************************************************
  6. //* This MOF was generated from the "\\.\ROOT\SecurityCenter"
  7. //* namespace on machine "NETGATE".\
  8. //* To compile this MOF on another machine you should edit this pragma.
  9. //**************************************************************************
  10.  
  11. #pragma namespace("\\\\.\\ROOT\\SecurityCenter")
  12.  
  13.  
  14. //**************************************************************************
  15. //* Class: FirewallProduct
  16. //* Derived from: 
  17. //**************************************************************************
  18.  
  19. class FirewallProduct
  20. {
  21.             [key, Not_Null] string instanceGuid;
  22.             [Not_Null] string displayName;
  23.             [Not_Null] boolean enabled;
  24.             string pathToEnableUI;
  25.             string enableUIParameters;
  26.             uint8 enableUIMd5Hash[];
  27.             string companyName;
  28.             string versionNumber;
  29. };
  30.  
  31.  
  32. //**************************************************************************
  33. //* Instances of: FirewallProduct
  34. //**************************************************************************
  35.  
  36. instance of FirewallProduct as $FPFProvider
  37. {
  38.             companyName = "NETGATE";
  39.             displayName = "FortKnox Personal Firewall";
  40.             enabled = FALSE;
  41.             instanceGuid = "{4501B693-A51C-4de5-A266-62EC104DA8F9}";
  42.             versionNumber = "2006";
  43. };
  44.  
  45.  
  46.  
  47. instance of __InstanceProviderRegistration
  48. {
  49.             Provider = $FPFProvider;
  50.  
  51.             SupportsPut = "FALSE"; 
  52.             SupportsGet = "TRUE"; 
  53.             SupportsDelete = "FALSE"; 
  54.             SupportsEnumeration = "TRUE"; 
  55.  
  56. };
  57.  
  58.  
  59. //* EOF FortKnox.mof
  60.